fix windows issues with kml.h including windows.h (#551)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 1 May 2020 22:12:29 +0000 (16:12 -0600)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 22:12:29 +0000 (16:12 -0600)
commite72f15341b221c615c475d9bdd1a33645eb77a6a
tree71f365299dfb164bdbb2540c5826a3ab5bd91c74
parentf4ebb9ef653c2b92db2166070cbc590efd0dea6a
fix windows issues with kml.h including windows.h (#551)

windows.h defines macros for max and min, which lead to compiler
warnings:
random.h(125): warning C4003: not enough arguments for function-like macro invocation 'max' (compiling source file

kml hasn't needed windows.h since ea82fa6d6
kml.cc
kml.h